projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e1d2f1
)
Fix emacs-module-test after recent changes
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 5 Mar 2022 18:06:20 +0000
(19:06 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 5 Mar 2022 18:06:20 +0000
(19:06 +0100)
* test/Makefile.in ($(test_module)): Include libgnu.a in the
module test (because the module uses functions from gnulib)
(bug#32452).
test/Makefile.in
patch
|
blob
|
history
diff --git
a/test/Makefile.in
b/test/Makefile.in
index 708c4b2fb0f407c7f353f11096e652a7b58e470e..79d3dcf92f8151f291014c46876975386138b91b 100644
(file)
--- a/
test/Makefile.in
+++ b/
test/Makefile.in
@@
-285,7
+285,7
@@
$(test_module): $(test_module:${SO}=.c) ../src/emacs-module.h
-o $@ $< $(LIBGMP) \
$(and $(GMP_H),$(srcdir)/../lib/mini-gmp-gnulib.c) \
$(FREE_SOURCE_$(REPLACE_FREE)) \
- $(srcdir)/../lib/timespec.c $(srcdir)/../lib/gettime.c
+ ../lib/libgnu.a
endif
src/emacs-tests.log: ../lib-src/seccomp-filter.c